* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top {
  opacity: 1;
  background: #fff;
  position: relative;
  z-index: 1000000;
}
.top .top-head {
  background: #f5f5f5;
  height: 42px;
  width: 100%;
}
.top .top-head .left {
  font-size: 12px;
  color: #666;
}
.top .top-head .right > span {
  font-weight: bold;
  color: #0470b8;
  font-size: 14px;
}
.top .top-head .right .input {
  position: relative;
}
.top .top-head .right .input input {
  width: 204px;
  height: 31px;
  background: #ffffff;
  border-radius: 16px;
  border: none;
  outline: none;
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: 18px;
}
.top .top-head .right .input span {
  color: #0470b8;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 20px;
  font-weight: 600;
}
.top .header {
  height: 94px;
  justify-content: space-between;
  position: relative;
}
.top .header input {
  position: absolute;
  right: 0;
  top: 106px;
  display: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding-left: 10px;
  outline: none;
  border: none;
}
.top .icon-a-sousuo5 {
  font-size: 24px;
  cursor: pointer;
  color: #7d7d7d;
  margin-left: 20px;
}
.top .logo {
  height: 57px;
}
.top .logo img {
  height: 100%;
}
.navBar {
  flex: 1;
  margin-left: 20px;
  justify-content: flex-end;
  position: relative;
}
.navBar li {
  flex: 1;
  height: 94px;
  color: #333333;
  font-size: 16px;
  transition: all 0.3s;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s linear;
  z-index: 1;
  opacity: 0;
}
.navBar li.on .tit {
  color: #0470b8;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover {
  transition: all 0.2s linear;
  background: #f7f7f7;
}
.navBar li:hover .tit {
  color: #0470b8;
}
.navBar li:hover .sub {
  height: auto;
  width: auto;
}
.navBar li:hover::before {
  height: 100%;
  opacity: 1;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 94px;
  text-align: center;
  line-height: 94px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  color: #333333;
}
.navBar .sub {
  position: absolute;
  top: 94px;
  width: 0;
  background: #fbfbfb;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 0 25px;
}
.navBar .sub a {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  color: #666666;
  width: auto;
  margin-right: 25px;
}
.navBar .sub a:hover {
  color: #0470b8;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: 14px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.banner .hd li.on {
  background: #0470b8;
  border: 0;
}
.banner .prev,
.banner .next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  opacity: 0.5;
}
.banner .prev:hover,
.banner .next:hover {
  color: #0077ce;
}
.banner .prev {
  left: 80px;
}
.banner .next {
  right: 80px;
}
.com-title p {
  text-align: center;
}
.com-title p:nth-child(1) {
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  font-size: 40px;
}
.com-title p:nth-child(1) span:nth-child(2) {
  color: #0470b8;
}
.com-title p:nth-child(2) {
  margin-top: 17px;
  color: #adadad;
}
.com-title p:nth-child(2) span:nth-child(3) {
  font-size: 18px;
  padding: 0 10px;
}
.com-title p:nth-child(2) span:nth-child(2),
.com-title p:nth-child(2) span:nth-child(1),
.com-title p:nth-child(2) span:nth-child(4),
.com-title p:nth-child(2) span:nth-child(5) {
  color: #dedede;
  font-size: 22px;
  font-weight: 200;
}
.com-title p:nth-child(2) span:nth-child(2) {
  position: relative;
  left: -3px;
}
.com-title p:nth-child(2) span:nth-child(4) {
  position: relative;
  left: 3px;
}
.com-title p:nth-child(3) {
  font-size: 16px;
  color: #adadad;
  margin-top: 15px;
}
.service .service-list {
  margin-top: 60px;
}
.service .service-list > ul {
  display: flex;
}
.service .service-list > ul > li {
  width: 374px;
  margin-left: 39px;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
  position: relative;
}
.service .service-list > ul > li:hover .mask {
  transform: all 0.3s linear;
  transform: scale(1);
}
.service .service-list > ul > li:hover .title {
  opacity: 0;
}
.service .service-list > ul > li a {
  width: 100%;
  display: block;
  position: relative;
}
.service .service-list > ul > li a::before {
  content: '';
  display: block;
  padding-bottom: 135%;
}
.service .service-list > ul > li a .mask {
  width: 332px;
  height: 469px;
  background: rgba(4, 112, 184, 0.8);
  position: absolute;
  left: 21px;
  top: 19px;
  padding: 60px 28px;
  box-sizing: border-box;
  transform: scale(0);
  transition: all 0.3s linear;
}
.service .service-list > ul > li a .mask .text p:nth-child(1) {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
}
.service .service-list > ul > li a .mask .text p:nth-child(3) {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
}
.service .service-list > ul > li a .mask .text p:nth-child(2) {
  font-size: 18px;
  opacity: 0.4;
  font-weight: 200;
  color: #ffffff;
  line-height: 15px;
}
.service .service-list > ul > li a .mask .list {
  font-size: 18px;
  color: #ffffff;
}
.service .service-list > ul > li a .mask .list ul {
  width: 231px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 35px;
}
.service .service-list > ul > li a .mask .list li {
  width: 50%;
  line-height: 40px;
}
.service .service-list > ul > li a .mask .list li:nth-child(2n) {
  text-align: right;
}
.service .service-list > ul > li a .title {
  position: absolute;
  left: 16px;
  bottom: 25px;
  color: #fff;
  transition: all 0.5s linear;
  opacity: 1;
}
.service .service-list > ul > li a .title p:nth-child(1) {
  font-size: 30px;
}
.service .service-list > ul > li a .title p:nth-child(2) {
  font-size: 30px;
  margin-top: 10px;
}
.service .service-list > ul > li:nth-child(1) {
  margin-left: 0;
}
.about {
  margin-top: 80px;
  background: #f7f7f7;
  padding-top: 66px;
}
.about .cont {
  margin-top: 60px;
}
.about .info {
  font-size: 16px;
  line-height: 44px;
}
.about .info h3 {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 18px;
}
.about .info p {
  text-align: justify;
  color: #333;
  width: 662px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.about .info .more {
  display: block;
  width: 152px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #999;
  border: 1px solid #d7d7d7;
  text-align: center;
  margin-top: 32px;
}
.about .img {
  position: relative;
  width: 450px;
  transition: all 0.3s;
  overflow: hidden;
}
.about .img::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 106%;
  overflow: hidden;
}
.about .img img {
  width: 450px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.about .img img:hover {
  transform: scale(1.1);
}
.history {
  width: 1200px;
  height: 168px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 3px 92px 0px rgba(231, 231, 231, 0.47);
  margin-top: -90px;
}
.history ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.history ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-right: 1px solid #efefef;
}
.history ul li:nth-last-child(1) {
  border-right: none;
}
.history ul li p:nth-child(1) {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
  line-height: 30px;
}
.history ul li p:nth-child(1) span {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #5a5a5a;
  line-height: 30px;
  position: relative;
  top: -20px;
  left: 5px;
}
.history ul li p:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
}
.cases {
  margin: 60px 0;
}
.cases .lines {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  bottom: 229px;
}
.cases .bd {
  margin-top: 59px;
}
.cases .bd .tempWrap {
  width: 100% !important;
}
.cases .bd ul {
  display: flex;
}
.cases .bd ul li {
  width: 388px !important;
  margin-right: 20px;
}
.cases .bd ul li:hover img {
  transform: translateY(-50%) scale(1.2) !important;
  transition: 0.3s all linear;
}
.cases .bd ul li:hover a .circle .line,
.cases .bd ul li:hover a .circle .quan {
  background: #0470b8;
}
.cases .bd ul li:hover .text p:nth-child(1) {
  color: #0470b8;
}
.cases .bd ul li:nth-child(1) {
  margin-left: 0;
}
.cases .bd ul li a {
  width: 388px !important;
  display: block;
  position: relative;
}
.cases .bd ul li a .img-wrap {
  width: 100%;
  height: 290px;
  background: #f6f7f7;
}
.cases .bd ul li:hover .img-wrap {
  background: #0470b8;
}
.cases .bd ul li a .img-wrap .img {
  width: 350px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  left: 18px;
  top: 20px;
}
.cases .bd ul li a .img-wrap .img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cases .bd ul li a .img-wrap .img .img-box {
  width: 100%;
  height: 100%;
}
.cases .bd ul li:hover .img-box {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.cases .bd ul li a::before {
  width: 100%;
  content: '';
  padding-bottom: 77%;
}
.cases .bd ul li a .circle {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cases .bd ul li a .circle .line {
  width: 1px;
  height: 78px;
  background: #333333;
}
.cases .bd ul li a .circle .quan {
  width: 9px;
  height: 9px;
  background: #333333;
  border-radius: 50%;
  position: relative;
}
.cases .bd ul li a .text {
  position: relative;
  margin-top: 30px;
}
.cases .bd ul li a .text p {
  text-align: center;
  padding: 0 46px;
  box-sizing: border-box;
}
.cases .bd ul li a .text p:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
}
.cases .bd ul li a .text p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.cases .direction {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.cases .direction .prev,
.cases .direction .next {
  width: 39px;
  height: 39px;
  display: block;
  background: #efefef;
  font-size: 20px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.cases .direction .prev:hover,
.cases .direction .next:hover {
  background: #0470b8;
}
.cases .direction .next {
  margin-left: 29px;
  transform: rotate(180deg);
}
.product .com-title span {
  letter-spacing: -1px;
}
.case .com-title span {
  letter-spacing: 5px;
}
.news {
  padding-top: 60px;
  margin-top: 60px;
  padding-bottom: 77px;
  /* height: 661px; */
  overflow: hidden;
  box-sizing: border-box;
  background: url('../images/new_back.jpg') center/cover;
}
.news .direction {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  position: relative;
}
.news .direction .prev,
.news .direction .next {
  width: 39px;
  height: 39px;
  display: block;
  background: #efefef;
  font-size: 20px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative !important;
}
.news .direction .prev:hover,
.news .direction .next:hover {
  background: #0470b8;
}
.news .direction .next {
  margin-left: 29px;
  transform: rotate(180deg);
}
.news .new-list {
  margin-top: 65px;
  overflow: hidden;
}
.news .new-list ul {
  display: flex;
}
.news .new-list ul li {
  width: 379px;
  /* height: 434px; */
  background: #ffffff;
  margin-right: 30px;
  padding-bottom: 20px;
}
.news .new-list ul li:hover .text p:nth-child(1) {
  color: #0470b8;
}
.news .new-list ul li:hover .text p:nth-child(2) {
  border-bottom: 1px solid #0470b8;
}
.news .new-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.news .new-list ul li .img {
  width: 379px;
  height: 279px;
  position: relative;
  overflow: hidden;
}
.news .new-list ul li .img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news .new-list ul li .text {
  padding: 0 20px;
}
.news .new-list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 24px;
}
.news .new-list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  margin-top: 10px;

  white-space: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .new-list ul li .text p:nth-child(3) {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
.partner {
  margin-top: 60px;
  overflow: hidden;
  padding: 0 25px;
}
.partner .list {
  margin-top: 60px;
  width: 100%;
  position: relative;
  transform: translateX(-20px);
}
.partner .list .back {
  width: 100%;
  height: 112px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
}
.partner .list .back ul {
  display: flex;
}
.partner .list .back ul li {
  margin-bottom: 75px;
  margin-right: 26px;
  width: 281px;
  height: 112px;
  background: #f7f7f7;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 17px -2px rgba(223, 223, 223, 0.31);
  justify-content: center;
}
.partner .list .back ul li:nth-last-child(1) {
  margin-right: 0;
}
/* .partner .list .bd ul {
  display: flex !important;
  width: 3000px;
}
.partner .list .bd .tempWrap {
  width: 100% !important;
} */
.partner .list li {
  margin-bottom: 75px;
  width: 281px !important;
  margin-right: 26px;
}
.partner .list li:hover .img {
  transform: scale(1.1);
  transition: all 0.4s linear;
}
.swiper-slide {
}
.partner .list li .img {
  height: 112px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
.partner .list li p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.partner .list li:nth-last-child(1) {
  margin-right: 0;
}
.partner .list li img {
  max-width: 95%;
  max-height: 98%;
}
.footer-top {
  width: 100%;
  height: 208px;
  background: url('../images/index_59.png') no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-top p:nth-child(1) {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}
.footer-top p:nth-child(2) {
  font-size: 21px;
  color: #fff;
  line-height: 45px;
  font-weight: 300;
}
.footer-contact {
  background: #222;
  color: #fff;
}
.footer-contact a {
  color: #fff;
}
.footer-contact nav {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #373737;
  display: flex;
}
.footer-contact nav a {
  margin-right: 80px;
}
.footer-contact section {
  padding: 34px 0 49px 0;
}
.footer-contact section .left .pull-down {
  position: relative;
}
.footer-contact section .left .pull-down select {
  padding: 0 10px;
  box-sizing: border-box;
  width: 275px;
  height: 42px;
  background: #3f3f3f;
  color: #fff;
  outline: none;
  position: relative;
  border: none;
  z-index: 100;
}
.footer-contact section .left .pull-down select.icon-select1 {
  width: 100%;
  line-height: 40px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #3f3f3f url('../images/xiasanjiaoxing.png') no-repeat 224px 13px;
  /* 下拉箭头图片 */
  background-size: 16px 16px;
  /* 下拉箭头大小 */
}
.footer-contact section .left .pull-down select option {
  color: #fff;
}
.footer-contact section .left > p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 25px;
  line-height: 36px;
}
.footer-contact section .left > p:nth-of-type(2) {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
}
.footer-contact section .mid {
  margin-left: 100px;
  line-height: 30px;
  width: 437px !important;
}
.footer-contact section .mid h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.footer-contact section .mid p {
  line-height: 41px;
}
.footer-contact .ewm {
  margin-left: 114px;
  text-align: center;
}
.footer-contact .ewm h3 {
  font-size: 22px;
  margin-bottom: 32px;
}
.footer {
  height: 60px;
  line-height: 60px;
  background: #0e0e0e;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
}
.ny-banner {
  width: 100%;
  overflow: hidden;
}
.ny-banner img {
  width: 100%;
}
.wrap-side {
  height: 60px;
}
.wrap-side .route {
  color: #999;
  font-size: 12px;
}
.wrap-side .side {
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.wrap-side .side .bd {
  width: 831px;
  position: relative;
  overflow: hidden;
}
.wrap-side .next {
  position: absolute;
  width: 22px;
  left: 831px;
  transform: rotate(180deg);
  background: #fff;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.wrap-side .next .icon-zuo {
  z-index: 1000000;
  color: #0470b8;
  font-weight: 700;
}
.wrap-side ul {
  height: 32px;
  flex-wrap: wrap;
}
.wrap-side li a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.wrap-side li a span {
  color: #0470b8;
}
.wrap-side li {
  width: auto !important;
  padding: 0 15px;
  margin-right: 15px;
}
.wrap-side li:hover,
.wrap-side li.on {
  background: #0470b8;
  color: #fff;
}
.wrap-side li.on a,
.wrap-side li:hover a {
  background: #0470b8;
  color: #fff;
}
.wrap-side li.on a span,
.wrap-side li:hover a span {
  color: #fff;
}
.ny-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 62px;
  font-size: 30px;
  color: #333;
  margin-top: 42px;
}
.ny-tit .line {
  width: 16px;
  height: 2px;
  background: #0470b8;
  margin: 0 22px;
}
.ny-product {
  margin-top: 60px;
}
.ny-product .list {
  margin: 0 -25px;
}
.ny-product .list li {
  width: 378px;
  height: 362px;
  background: #f8f8f8;
  padding-bottom: 36px;
  box-sizing: border-box;
  margin-right: 33px;
  margin-bottom: 36px;
  overflow: hidden;
}
.ny-product .list li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list li:hover {
  background: #0470b8;
}
.ny-product .list li:hover .mask {
  transform: scale(1) !important;
}
.ny-product .list li:hover .desc p {
  color: #fff !important;
}
.ny-product .list li .img {
  width: 378px;
  height: 267px;
  position: relative;
  overflow: hidden;
}
.ny-product .list li .img .mask {
  width: 100%;
  height: 100%;
  background: rgba(4, 112, 184, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: scale(0);
  transition: all 0.2s ease;
}
.ny-product .list li .img .mask .inner {
  width: 353px;
  height: 244px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-product .list li .img .mask .inner span {
  color: #fff;
  font-size: 30px;
}
.ny-product .list li .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny-product .list li .desc {
  padding: 0px 20px;
}
.ny-product .list li .desc p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 15px;
}
.ny-product .list li .desc p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.ny-product .paging {
  margin-top: 20px;
}
.ny-honor .list li {
  width: 364px;
  height: 328px;
  background: #ffffff;
  box-shadow: -2px 2px 54px 0px rgba(243, 243, 243, 0.78);
  box-sizing: border-box;
  margin-right: 54px;
  margin-bottom: 42px;
  padding: 24px;
}
.ny-honor .list li:nth-child(3n) {
  margin-right: 0;
}
.ny-honor .list li:hover h3 {
  color: #0470b8;
}
.ny-honor .list li:hover img {
  transform: scale(1.1);
}
.ny-honor .list h3 {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.ny-honor .list .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-honor .list .img::before {
  padding-bottom: 100%;
}
.ny-honor .list .img img {
  max-width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.ny-news .new-list ul li {
  padding: 32px 0 32px 0;
  border-top: 1px solid #dddddd;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.ny-news .new-list ul li:nth-child(1) {
  border-top: none;
}
.ny-news .new-list ul li:nth-last-child(1) {
  border-bottom: 1px solid #dddddd;
}
.ny-news .new-list ul li:hover {
  padding: 32px 20px 32px 20px;
  box-shadow: -12px 4px 18px 0px rgba(243, 243, 243, 0.78);
  border: none;
}
.ny-news .new-list ul li:hover a .text p:nth-of-type(1) {
  color: #0470b8;
}
.ny-news .new-list ul li:hover + li {
  border: none;
}
.ny-news .new-list ul li a {
  display: flex;
}
.ny-news .new-list ul li a .img {
  width: 344px;
  height: 252px;
}
.ny-news .new-list ul li a .text {
  width: 620px;
  margin-left: 48px;
}
.ny-news .new-list ul li a .text p:nth-of-type(1) {
  width: 548px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-top: 35px;
}
.ny-news .new-list ul li a .text p:nth-of-type(2) {
  width: 620px;
  line-height: 25px;
  font-size: 16px;
  text-align: left;
  color: #999999;
  text-align: justify;
  line-height: 34px;
  margin-top: 15px;
}
.ny-news .new-list ul li a .time {
  height: 100%;
  margin-left: 84px;
}
.ny-news .new-list ul li a .time p:nth-of-type(1) {
  font-size: 22px;
  text-align: left;
  color: #999999;
  line-height: 25px;
  margin-top: 45px;
}
.ny-news .new-list ul li a .time p:nth-of-type(2) {
  margin-top: 35px;
  color: #999999;
  font-size: 24px;
  font-weight: 200;
  padding-left: 30px;
  margin-left: 10px;
  border-left: 1px solid #999999;
}
.ny-contact {
  margin-top: 56px;
}
.ny-contact h2 {
  font-size: 24px;
  color: #000;
  margin-top: 59px;
  margin-bottom: 40px;
}
.ny-contact .contact-list ul {
  display: flex;
  justify-content: space-between;
  height: 226px;
  padding: 35px 25px;
  box-sizing: border-box;
  box-shadow: 0px 0px 59px 0px rgba(231, 231, 231, 0.78);
}
.ny-contact .contact-list ul li {
  width: 211px;
  margin-right: 18px;
  margin-right: 43px;
}
.ny-contact .contact-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-contact .contact-list ul li > div:nth-child(1) {
  padding-bottom: 15px;
  color: #0470b8;
  font-size: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.ny-contact .contact-list ul li > div:nth-child(2) {
  line-height: 28px;
}
.ny-contact .contact-list ul li > div:nth-child(2) p:nth-child(1) {
  margin-top: 34px;
  font-size: 16px;
  color: #333;
}
.ny-contact .contact-list ul li > div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  color: #4c4f4c;
}
.ny-contact .map {
  width: 1200px;
  position: relative;
}
.ny-contact .map img {
  width: 100%;
  height: auto;
}
.ny-contact .map .content {
  width: 328px;
  padding: 26px 26px;
  background: #ffffff;
  position: absolute;
  right: 42px;
  bottom: 69px;
}
.ny-contact .map .content p:nth-child(1) {
  font-size: 14px;
  color: #222;
  padding-bottom: 18px;
  border-bottom: 1px dashed #f2f2f2;
}
.ny-contact .map .content p:nth-child(2) {
  font-size: 14px;
  color: #222;
  line-height: 22px;
  padding: 12px 0;
  border-bottom: 1px dashed #f2f2f2;
}
.ny-contact .map .content p:nth-child(3) {
  font-size: 14px;
  color: #222;
  padding: 13px 0;
}
.ny-contact .map .content p:nth-child(4) {
  font-size: 14px;
  color: #222;
  margin-top: 18px;
}
.ny-contact .map .content p:nth-child(5) {
  margin-top: 24px;
}
.ny-contact .map .content p:nth-child(5) img {
  width: 84px;
  height: 84px;
  margin: -12px 0 0 -11px;
}
.ny-contact .form .ny-tit {
  margin-top: 83px;
  margin-bottom: 50px;
}
.ny-contact .message {
  height: 490px;
  margin-top: 55px;
  margin-bottom: 117px;
  padding: 40px 27px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 9px 5px 62px 0px rgba(242, 242, 242, 0.78);
}
.ny-contact .message h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.ny-contact .message .inp-group {
  display: flex;
}
.ny-contact .message .inp-group > div {
  margin-top: 30px;
  margin-left: 30px;
}
.ny-contact .message .inp-group > div:nth-child(1) {
  margin-left: 0;
}
.ny-contact .message .inp-group > div p:nth-child(1) {
  font-size: 16px;
  color: #666;
}
.ny-contact .message .inp-group > div p:nth-child(1) span {
  color: #ff1f1f;
}
.ny-contact .message .inp-group > div p:nth-child(2) input {
  width: 363px;
  height: 43px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border: none;
  margin-top: 10px;
  outline: none;
}
.ny-contact .message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.ny-contact .message .btn-group button {
  width: 128px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
}
.ny-contact .message .btn-group button.on {
  background: #0470b8;
}
.ny-contact .message .btn-group button:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .message .text-area p:nth-child(1) {
  font-size: 16px;
  color: #666;
  margin-top: 23px;
}
.ny-contact .message .text-area p:nth-child(1) span {
  color: #ff1f1f;
}
.ny-contact .message .text-area p:nth-child(2) textarea {
  width: 1147px;
  height: 137px;
  margin-top: 10px;
  background: #f7f7f7;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
}
.ny-about .content {
  margin-bottom: 96px;
}
.ny-about .a-honor {
  position: relative;
  margin-bottom: 90px;
}
.ny-about .a-honor .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-about .a-honor .swiper-slide-active,
.ny-about .a-honor .swiper-slide-duplicate-active {
  transform: scale(1);
}
.ny-about .a-honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 361px;
  width: 256px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
  overflow: hidden !important;
  border: 1px solid #eeeeee;
}
.ny-about .a-honor .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail {
  margin-bottom: 98px;
}

.detail .content .title {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  padding-bottom: 38px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.detail .content .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 14px;
  text-align: center;
}
.detail .content .detail-content {
  margin-top: 56px;
}
.detail .next-article p {
  font-size: 14px;
  margin-top: 22px;
}
.detail .next-article p span {
  margin-left: 30px;
}
.detail .next-article p:hover a {
  color: #0470b8;
}
.detail .next-article p a {
  color: #333;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 56px;
  justify-content: center;
  margin-bottom: 98px;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging .prev a,
.paging .next a {
  font-size: 14px;
  color: #0e0e0e;
  font-weight: 500;
}
.paging li a:hover,
.paging li.on a {
  background: #1c6fb3;
  border-color: #1c6fb3;
  color: #fff;
}
.paging .next span {
  display: inline-block;
  transform: rotate(180deg);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 100%;
  }
}
.main {
  margin-bottom: 100px;
}
/*悬浮*/
.float {
  width: 52px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  bottom: 20%;
  z-index: 10000;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 52px;
  line-height: 52px;
  background: #bdbdbd;
  margin-bottom: 2px;
  cursor: pointer;
}
.float ul li:hover {
  background: #0470b8;
}
.float ul li:hover span {
  background: #0470b8;
}
.float ul li span {
  display: block;
  width: 52px;
  height: 52px;
  background: #bdbdbd;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 52px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #0470b8;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 55px;
  overflow: hidden;
  top: -30px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.qq a:hover {
  color: #0077ce;
}
